xen.git
2014-04-08 Ian Campbelltools: implement initial ramdisk support for ARM.
2014-04-08 Liu Jinsonglibxc: X86: expose RDSEED, ADX, and PREFETCHW to pv/hvm
2014-04-08 Boris Ostrovskylibxl: Set guest parameters from config file during...
2014-04-08 Julien Grallxen/arm: Remove GIC definitions in asm-arm/config.h
2014-04-08 Andrew Cooperatomic: use static inlines instead of macros
2014-04-04 Julien Gralltmem: remove dumb check in do_tmem_destroy_pool
2014-04-04 Matthew Daleytmem: propagate ENOMEM result in error handling
2014-04-04 Julien Gralltmem: Some functions are only used internally
2014-04-04 Don Slutzxenctx: Fix print_ctx_32on64's print_special call.
2014-04-04 Don Slutzxenctx: Add 16 bit output
2014-04-04 Don Slutzxenctx: Fix handling of !guest_protected_mode
2014-04-04 Don Slutzxenctx: Add output of vcpu value and state for --all...
2014-04-04 Don Slutzxenctx: Add conversion of more registers to symbols
2014-04-04 Don Slutzxenctx: change is_kernel_text() into kernel_addr().
2014-04-04 Don Slutzxenctx: Add -d (--dump-as-stack) <daddr> option to...
2014-04-04 Don Slutzxenctx: Add error output if --all-vcpus (-C) and [VCPU...
2014-04-04 Don Slutzxenctx: Add -m (--memory) <maddr> option to dump memory...
2014-04-04 Don Slutzxenctx: Add output of stack address to Call and Stack...
2014-04-04 Don Slutzxenctx: More info on failed to map page.
2014-04-04 Don Slutzxenctx: Change print_symbol to do the space before.
2014-04-04 Don Slutzxenctx: Add command line option -t (--tag-stack-dump)
2014-04-04 Don Slutzxenctx: Add command line option -D (--decode-as-ascii)
2014-04-04 Don Slutzxenctx: Add command line options -b (--bytes-per-line...
2014-04-04 Don Slutzxenctx: Add -n (--display-stack-pages) option to output...
2014-04-04 Don Slutzxenctx: Clean up stack trace when hypercall_page not...
2014-04-04 Don Slutzxenctx: clean up usage output
2014-04-04 Ian Campbellxenctx: Correct FMT_??B_WORD for arm64.
2014-04-03 Ian CampbellRevert "Revert "xen/arm: Allocate memory for dom0 from...
2014-04-03 Ian Campbellxen: arm: document what low level primitives we have...
2014-04-03 Ian Campbellxen: arm: refactor xchg and cmpxchg into their own...
2014-04-03 Ian Campbellxen: arm64: optimised clear_page
2014-04-03 Ian Campbellxen: arm64: assembly optimised mem* and str*
2014-04-03 Ian Campbellxen: arm64: asm: remove redundant "cc" clobbers
2014-04-03 Ian Campbellxen: arm64: reinstate hard tabs in system.h cmpxchg
2014-04-03 Ian Campbellxen: arm64: atomics: fix use of acquire + release for...
2014-04-03 Ian Campbellxen: arm64: disable alignment traps
2014-04-03 Ian Campbellxen: arm: remove atomic_clear_mask()
2014-04-03 Ian Campbellxen: arm32: add optimised strchr and strrchr routines
2014-04-03 Ian Campbellxen: arm32: add optimised memchr routine
2014-04-03 Ian Campbellxen: arm32: resync mem* with Linux v3.14-rc7
2014-04-03 Ian Campbellxen: arm32: resync atomics with (almost) v3.14-rc7
2014-04-03 Ian Campbellxen: arm32: replace hard tabs in atomics.h
2014-04-03 Ian Campbellxen: arm32: ensure cmpxchg has full barrier semantics
2014-04-03 Ian Campbellxen: arm32: resync bitops with Linux v3.14-rc7
2014-04-03 Ian Campbellxen: x86 & generic: change to __builtin_prefetch()
2014-04-03 Ian CampbellRevert "xen/arm: Allocate memory for dom0 from the...
2014-04-03 Ian Campbellxen: arm32: don't force the compiler to allocate a...
2014-04-03 Ian Campbellxen: arm: flush TLB on all CPUs when setting or clearin...
2014-04-03 Ian Campbellxen: arm: consolidate body of flush_xen_data_tlb_range_...
2014-04-03 Ian Campbellxen: arm: clarify naming of the Xen TLB flushing functions
2014-04-03 Jan Beulichx86/mm: fix checks against max_mapped_pfn
2014-04-03 Jan Beulichx86/HVM: fix setting mem access to default
2014-04-03 Jan Beulichx86/HVM: fix preemption handling in do_hvm_op() (try 2)
2014-04-03 Aravindh Puthiyaparambilx86/mm: Fix compile with DEBUG_TRACE_DUMP turned on
2014-04-02 Julien Grallcommon/domctl: some functions are only used internally
2014-04-02 Ian CampbellMerge branch 'staging' of ssh://xenbits.xen.org/home...
2014-04-02 Ian Campbellns16550: make some initialisation common
2014-04-02 Ian Campbellns16550: setup default lsr_mask for DT systems too
2014-04-01 Julien Grallcrypto: rijndael: fix compilation with Clang 3.5
2014-04-01 Daniel De Graafevtchn: rearrange fields
2014-04-01 Jan Beulichfix sed usage in build rules
2014-04-01 Jan Beulichinclude: fix Makefile for FreeBSD
2014-04-01 Jan BeulichVMX: fix PAT value seen by guest
2014-04-01 Matthew Daleykexec: propagate ENOMEM result in error handling
2014-04-01 Julien Grallcpupool: cpupool_unassign_cpu is only used internally
2014-04-01 Matthew Daleypv-grub: correct sizeof usage
2014-04-01 Julien Grallxen/arm: Replace early_{printk, panic} call to {printk...
2014-04-01 Julien Grallxen/console: Add support for early printk
2014-04-01 Julien Grallxen/arm: Rename EARLY_PRINTK compile option to CONFIG_E...
2014-04-01 Julien Grallxen/arm: earlyprintk: export early_puts
2014-04-01 Julien Grallxen/arm: earlyprintk: move early_flush in early_puts
2014-04-01 Julien Grallxen/serial: Don't leak memory mapping if the serial...
2014-04-01 Julien Grallxen/arm: Don't need to export p2m_load_VTTBR
2014-04-01 Julien Grallxen/arm: Use p2m_restore_state in construct_dom0
2014-04-01 Julien Grallxen/arm: Move p2m context save/restore in a separate...
2014-04-01 Andrew Cooperdocs/Makefile: Split the install target
2014-04-01 Andrew Cooperdocs: Honour --{en, dis}able-xend when building docs
2014-04-01 Andrew Coopertools/libxl: Introduce libxl__malloc()
2014-04-01 Andrew Coopertools/libxl: Correct libxl__zalloc() to take an unsigne...
2014-04-01 Julien GrallMAINTAINERS: Add ARM UART drivers to "ARM ARCHITECTURE...
2014-04-01 Jan BeulichRevert "x86/HVM: fix preemption handling in do_hvm_op()"
2014-03-28 Stefano Stabellinipublic/platform.h: replace unsigned long with xen_ulong_t
2014-03-28 Jan Beulichx86/vMTRR: pass domain to mtrr_*_msr_set()
2014-03-28 Jan Beulichx86/EPT: relax treatment of APIC MFN
2014-03-28 Jan Beulichx86/EPT: also dump permissions and memory types
2014-03-28 Jan Beulichx86/EPT: simplification and cleanup
2014-03-28 Jan Beulichx86/p2m: make p2m_change_type() behavior match p2m_chan...
2014-03-28 Jan Beulichx86/HVM: correct CPUID leaf 80000008 handling
2014-03-28 Jan Beulichx86/HVM: fix preemption handling in do_hvm_op()
2014-03-28 Jan Beulichx86/HVM: simplify do_hvm_op()
2014-03-27 Olaf Heringxend/pvscsi: recognize also SCSI CDROM devices
2014-03-27 Olaf Heringtools/xend: move assert to exception block
2014-03-27 Yi LiAvoid said the /dev/xvd* is already defined after
2014-03-27 Jan Beulichlibxc: domain restore: fold redundant variables
2014-03-27 Julien Grallxen/arm: Add support for XSM
2014-03-27 Julien Grallxen/xsm: Add support for device tree
2014-03-27 Julien Grallxen/xsm: Add xsm_core_init function
2014-03-27 Julien Grallxen/xsm: Don't use multiboot by default to initialize XSM
2014-03-26 Andrew Cooperx86: identify which vcpu's CR4 is being badly modified
2014-03-26 Julien Grallcredit2: Some functions are only used internally
next